mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
insert the empty parser page
This commit is contained in:
parent
fef8c4c265
commit
b7a5439dd3
3 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ $db = new Database($dbhost, $dbuser, $dbpassword, $database, 1); //Show Error =
|
|||
include("content.overview.php");
|
||||
include("template.overview.php");
|
||||
}
|
||||
elseif(isset($_GET['parser']))
|
||||
{
|
||||
include("content.parser.php");
|
||||
include("template.parser.php");
|
||||
}
|
||||
else
|
||||
{
|
||||
include("content.overview.php");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue