Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d5a77c

Browse files
added favicon
1 parent 3acb8f8 commit 4d5a77c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎src/router.class.php‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,7 @@ function console_output()
319319
$_SERVER['SCRIPT_NAME'] = DIRECTORY_SEPARATOR . $this->indexPath;
320320
$_SERVER['PHP_SELF'] = DIRECTORY_SEPARATOR . $this->indexPath;
321321
$_SERVER['SCRIPT_FILENAME'] = $_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . $this->indexPath;
322-
/*
323-
echo '<pre>';
324-
print_r($_SERVER);
325-
die();
326-
*/
322+
327323
if (!file_exists($load_index)) {
328324

329325
$not_found_message = "Your script file doesn't exist at " . $load_index;
@@ -341,6 +337,8 @@ function console_output()
341337

342338
} else {
343339

340+
$this->favicon();
341+
344342
return include($_SERVER['DOCUMENT_ROOT'] . "/$this->indexPath");
345343

346344
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /