» =$US['apsetup-head']?>
=$US['apsetup-sub-0']?>
=$US['apsetup-success']?>
=$US['apsetup-user']?>: =$_POST['apuser'];?>
=$US['apsetup-pass']?>: =$_POST['appass'];?>
/* #################################################### # Name: The Uniform Server Setup # Developed By: The Uniform Server Development Team # Modified Last By: Olajide Olaolorun (empirex) # Web: http://www.uniformserver.com #################################################### */ // Includes include "includes/config.inc.php"; include "$apanel_path/includes/lang/".file_get_contents("includes/.lang").".php"; include "includes/header.php"; include "includes/secure.php"; if ( !(file_exists($aphtpasswd)) ) { $FHandle = fopen($aphtpasswd, 'w'); fclose($FHandle); } if ($_POST['submit']) { $nwuser = $_POST['apuser']; $nwpass = $_POST['appass']; $urdata = "$nwuser:$nwpass"; $wfile = fopen($aphtpasswd, 'w') ; fwrite($wfile, $urdata); fclose($wfile); ?>
=$US['apsetup-success']?>
=$US['apsetup-user']?>: =$_POST['apuser'];?>
=$US['apsetup-pass']?>: =$_POST['appass'];?>
=$US['apsetup-text-0']?>