Return in the case of further processing

This commit is contained in:
DM42.Net Zap Dev
2019-08-19 23:13:19 -04:00
parent e5539c0d01
commit e800e2db2b
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ class CurlAuth {
static public function run($argc,$argv) {
if($argc != 2)
killme();
return;
\App::$session->start();
@@ -50,6 +50,6 @@ class CurlAuth {
file_put_contents($c,$x);
killme();
return;
}
}
}