2025-06-16 18:28:08 +05:00

8 lines
167 B
PHP
Executable File

<?php
ini_set( 'display_errors', 0 );
if ( $_SESSION['dostup']!='a' ) header( 'Location: /login/' );
switch( @$_POST['act'] ) {
case 'doit':
break;
}
?>