mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
insert the empty parser page
This commit is contained in:
parent
fef8c4c265
commit
b7a5439dd3
3
www/content.parser.php
Normal file
3
www/content.parser.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
?>
|
||||
|
|
@ -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");
|
||||
|
|
|
|||
0
www/template.parser.php
Normal file
0
www/template.parser.php
Normal file
Loading…
Reference in a new issue