Move accessible files to public folders and adjust paths.
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
<?php
|
||||
|
||||
if (isset($_POST['add'])) {
|
||||
include "inhalte/fotos/bilder/add.php";
|
||||
include __DIR__ . '/bilder/add.php';
|
||||
} elseif (isset($_POST['edit'])) {
|
||||
include "inhalte/fotos/bilder/edit.php";
|
||||
include __DIR__ . '/bilder/edit.php';
|
||||
} elseif (isset($_POST['del'])) {
|
||||
include "inhalte/fotos/bilder/del.php";
|
||||
include __DIR__ . '/bilder/del.php';
|
||||
} else {
|
||||
include "inhalte/fotos/bilder/standard.php";
|
||||
}
|
||||
?>
|
||||
include __DIR__ . '/bilder/standard.php';
|
||||
}
|
||||
Reference in New Issue
Block a user