mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
test: breaking code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
if(PHP_SAPI !== 'cli') {
|
||||
if(PHP_SAPI !== 'cli' {
|
||||
echo 'This script can be run only in command line mode.';
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user