Vylepseno (zjednoduseno) rozhrani pro assistanty
[mirrors/SokoMan.git] / assistants / stats.inc.php
index bd84300c4e9961fefc5c5a4a925ff8340a948b62..f295c76ea6db095ecd73b94fc1eab85f17dd3770 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-$script = $_SERVER['SCRIPT_NAME'].'/assistant/stats';
 $month=date('Y-m');
 $month_sql='';
 if(isset($_GET['month'])) {
@@ -8,7 +7,7 @@ if(isset($_GET['month'])) {
 }
 ?>
 
-<form action="<?=$script?>/" method="GET">
+<form action="<?=$URL?>/" method="GET">
        YYYY-MM: <input type="text" name="month" autofocus value="<?=$month?>" />
        <input type="submit" value="SELECT BY MONTH" />
 </form>
This page took 0.140415 seconds and 4 git commands to generate.