mirror of
https://github.com/opencultureconsulting/simple-oai-pmh.git
synced 2025-03-30 00:00:45 +01:00
Fix Codacy Code Style Issues
This commit is contained in:
parent
4a6ce98df4
commit
30e3d8bf69
@ -18,7 +18,9 @@
|
||||
*/
|
||||
|
||||
// Make this script only executable via commandline interface!
|
||||
if (php_sapi_name() !== 'cli') exit;
|
||||
if (php_sapi_name() !== 'cli') {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once './Configuration/Main.php';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user