Loading components/signup.php +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ if(isset($_REQUEST['signupid'])&&isset($_REQUEST['signuppw'])){ ); $failed=true; } exec($script_path.'printeradd.apache '.escapeshellarg($fields['username']); exec($script_path.'printeradd.apache '.escapeshellarg($fields['username'])); } $smarty->assign("failed",$failed); if($failed){ Loading Loading
components/signup.php +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ if(isset($_REQUEST['signupid'])&&isset($_REQUEST['signuppw'])){ ); $failed=true; } exec($script_path.'printeradd.apache '.escapeshellarg($fields['username']); exec($script_path.'printeradd.apache '.escapeshellarg($fields['username'])); } $smarty->assign("failed",$failed); if($failed){ Loading