We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0408f4 commit 02292c6Copy full SHA for 02292c6
index.php
@@ -7,12 +7,12 @@
7
header("Cache-Control: post-check=0, pre-check=0", false);
8
header("Pragma: no-cache");
9
10
-$auth=(isset($_SESSION["rpidbauth"])) ? true : false;
11
-
12
require "backend/Config.php";
13
$config = new Config;
14
$config->load("local.config", "defaults.php");
15
+$auth=(isset($_SESSION["rpidbauth"])) ? true : false;
+
16
if(!isset($_SESSION["setup"])){
17
if( ($config->get("general.initialsetup")=="0") || ($config->get("general.initialsetup")=="") ){
18
header("Location: setup.php");
0 commit comments