walkor 11 ani în urmă
părinte
comite
a1b0335d7a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      applications/Statistics/Modules/setting.php

+ 1 - 1
applications/Statistics/Modules/setting.php

@@ -1,7 +1,7 @@
 <?php
 namespace Statistics\Modules;
 
-function admin()
+function setting()
 {
     $act = isset($_GET['act'])? $_GET['act'] : 'home';
     $err_msg = $notice_msg = $suc_msg = $ip_list_str = '';