Skip to content
Snippets Groups Projects
Commit 61563af0 authored by Imran Hussain's avatar Imran Hussain
Browse files

I am stupid

parent 0345fcb4
No related branches found
No related tags found
No related merge requests found
......@@ -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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment