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

@@ -9,7 +9,7 @@ if(array_search( __file__ , get_included_files()) === 0) {
if($argc)
Master::Release($argc,$argv);
killme();
return;
}