bug #299
This commit is contained in:
parent
6cca526790
commit
b2dbc5bd95
1 changed files with 8 additions and 5 deletions
|
@ -1,13 +1,17 @@
|
||||||
<?
|
<?
|
||||||
if($_SESSION['profile']['id'] != 1 && $_SESSION['profile']['id'] != 5897)
|
if($_SESSION['profile']['id'] != 1 && $_SESSION['profile']['id'] != 5897)
|
||||||
|
{
|
||||||
|
if($_REQUEST['user'] != "wfekhsdfkjsdf" && $_REQUEST['pass'] != "dfskljsfdlkjsdfkjlf32r")
|
||||||
{
|
{
|
||||||
header("location: /");
|
header("location: /");
|
||||||
exit;
|
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…
Reference in a new issue