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

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

Loading…
Cancel
Save