mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Get rid of references to vestigial check.html.php page.
This commit is contained in:
+1
-5
@@ -30,10 +30,6 @@ require(DOCROOT . "installer/installer.php");
|
||||
if (PHP_SAPI == "cli") {
|
||||
include("cli.php");
|
||||
} else {
|
||||
if (@$_GET["page"] == "check") {
|
||||
include("check.html.php");
|
||||
} else {
|
||||
include("web.php");
|
||||
}
|
||||
include("web.php");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user