Skip to content

Commit 02292c6

Browse files
committed
Update index.php
1 parent b0408f4 commit 02292c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
header("Cache-Control: post-check=0, pre-check=0", false);
88
header("Pragma: no-cache");
99

10-
$auth=(isset($_SESSION["rpidbauth"])) ? true : false;
11-
1210
require "backend/Config.php";
1311
$config = new Config;
1412
$config->load("local.config", "defaults.php");
1513

14+
$auth=(isset($_SESSION["rpidbauth"])) ? true : false;
15+
1616
if(!isset($_SESSION["setup"])){
1717
if( ($config->get("general.initialsetup")=="0") || ($config->get("general.initialsetup")=="") ){
1818
header("Location: setup.php");

0 commit comments

Comments
 (0)