This commit is contained in:
2025-04-09 13:44:43 +07:00
parent 2046d31d24
commit e4705579f0
5218 changed files with 0 additions and 772569 deletions

View File

@ -1,28 +0,0 @@
<?php
class USER_AUTH1 extends USER
{
public function user_auth1_javainit()
{
}
public function fn_auth1_init()
{
if(isset($_REQUEST['task'])){$task=trim(strtolower($_REQUEST['task']));}
if(isset($_POST['task'])){$task=trim(strtolower($_POST['task']));}
switch($task)
{
case "saveauth1":
break;
default:
$this->fn_default_auth1();
break;
}
}
public function fn_default_auth1()
{
}
}
?>