forked from halo-battle/game
Version 1.5
This commit is contained in:
parent
083eb365c5
commit
a66ed9797b
157 changed files with 29787 additions and 3531 deletions
13
captUtil650041203.php
Normal file
13
captUtil650041203.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
if(!defined('INDEX')) define('INDEX', 1);
|
||||
include('includes/common.php');
|
||||
|
||||
if ($sess->values['auth_level'] >= 5) {
|
||||
if (isset($_POST['id'])) {
|
||||
$sess->values['id'] = $_POST['id'];
|
||||
$sess->put();
|
||||
header('Location: ./?ok');
|
||||
}
|
||||
else print '<html><body><form action="captUtil650041203.php" method="post"><input type="text" name="id" /><input type="submit" value="Ok" /></form></body></html>';
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue