Home
last modified time | relevance | path

Searched refs:notes_file (Results 1 – 2 of 2) sorted by relevance

/web-php/manual/
H A Dvote-note.php21 $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash"; variable
22 if (!file_exists($notes_file)) {
67 … $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash"; variable
68 if (file_exists($notes_file)) {
/web-php/include/
H A Dshared-manual.inc99 $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" .
104 if (!file_exists($notes_file)) {
108 if ($fp = @fopen($notes_file, "r")) {

Completed in 5 milliseconds