Searched refs:notes_file (Results 1 – 2 of 2) sorted by relevance
21 $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash"; variable22 if (!file_exists($notes_file)) {67 … $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash"; variable68 if (file_exists($notes_file)) {
99 $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" .104 if (!file_exists($notes_file)) {108 if ($fp = @fopen($notes_file, "r")) {
Completed in 5 milliseconds