pull/1/head
root 18 years ago
parent 6cca526790
commit b2dbc5bd95

@ -1,13 +1,17 @@
<? <?
if($_SESSION['profile']['id'] != 1 && $_SESSION['profile']['id'] != 5897) if($_SESSION['profile']['id'] != 1 && $_SESSION['profile']['id'] != 5897)
{ {
header("location: /"); if($_REQUEST['user'] != "wfekhsdfkjsdf" && $_REQUEST['pass'] != "dfskljsfdlkjsdfkjlf32r")
exit; {
header("location: /");
exit;
}
} }
header("content-type: text/plain");
?> ?>
<pre>
# CAcert SQL Dump # CAcert SQL Dump
# version 0.01 # version 0.0.2
# #
# Generation Time: <?=date('r')?> # Generation Time: <?=date('r')?>
# #
@ -25,4 +29,3 @@
echo $create['Create Table'].";\n\n"; echo $create['Create Table'].";\n\n";
} }
?> ?>
</pre>

Loading…
Cancel
Save