EngineGP/system/sections/web/amxbans/free/passwd.php

16 lines
302 B
PHP
Raw Normal View History

2023-03-04 23:45:46 +00:00
<?php
if (!DEFINED('EGP'))
exit(header('Refresh: 0; URL=http://' . $_SERVER['SERVER_NAME'] . '/404'));
2023-03-04 23:45:46 +00:00
if (!$go)
exit;
2023-03-04 23:45:46 +00:00
include(LIB . 'web/free.php');
2023-03-04 23:45:46 +00:00
$aData = array(
'type' => $url['subsection'],
'server' => array_merge($server, array('id' => $id))
);
2023-03-04 23:45:46 +00:00
web::passwd($aData, $nmch);
2023-03-04 23:45:46 +00:00
?>