diff options
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php index 665f125..06f68d9 100644 --- a/admin/index.php +++ b/admin/index.php @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - session_start(); +session_start(); include '../includes/debug.php'; include '../includes/config.php'; |