Skip to content

Commit

Permalink
Update admin.settings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
qubez authored Sep 4, 2016
1 parent 0d56990 commit f72ff1c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions admin.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title>Admin Settings</title></head><body>
<?php
require_once('sources/sessions.php');
session_start();

if (
!isset($_SESSION['CPM']) || $_SESSION['CPM'] != 1 ||
!isset($_SESSION['user_id']) || empty($_SESSION['user_id']) ||
Expand Down Expand Up @@ -1568,4 +1563,3 @@
<input id="restore_bck_encryption_key" name="restore_bck_encryption_key" type="text" value="" />
</div>';
include "admin.settings.load.php";
echo '</body></html>';

0 comments on commit f72ff1c

Please sign in to comment.