removing strict mode
This commit is contained in:
parent
aa0ea36c9e
commit
5766fa97b5
|
|
@ -1,6 +1,4 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
|
||||||
ini_set('display_errors', "1");
|
|
||||||
// getting env file
|
// getting env file
|
||||||
$location = str_replace('\\', '/', getcwd());
|
$location = str_replace('\\', '/', getcwd());
|
||||||
$currentLocation = explode("/", $location);
|
$currentLocation = explode("/", $location);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue