Move accessible files to public folders and adjust paths.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
if (isset($_GET['section']) and isset($dateien[$_GET['section']])) {
|
||||
include $dateien[$_GET['section']];
|
||||
if (isset($_GET['section']) and isset($admin[$_GET['section']])) {
|
||||
include $admin[$_GET['section']];
|
||||
} else {
|
||||
include $dateien['will'];
|
||||
}
|
||||
include $admin['will'];
|
||||
}
|
||||
Reference in New Issue
Block a user