|
@@ -1,6 +1,11 @@
|
|
|
<?php
|
|
<?php
|
|
|
$_SERVER['SERVER_NAME'] = 'biuro.biall-net.pl';
|
|
$_SERVER['SERVER_NAME'] = 'biuro.biall-net.pl';
|
|
|
|
|
+//when used in /Library/Server/Web/Data/Sites/bzyk-biale-plamy-php-temp/SE/dev on biuro.biall-net.pl
|
|
|
|
|
+if( file_exists ( "../../se-lib/bootstrap.php"))
|
|
|
require("../../se-lib/bootstrap.php");
|
|
require("../../se-lib/bootstrap.php");
|
|
|
|
|
+//when used in in native SE
|
|
|
|
|
+else require("../../../../SE-production-git/SE/se-lib/bootstrap.php");
|
|
|
|
|
+
|
|
|
Lib::loadClass("Vendor_Geophp");
|
|
Lib::loadClass("Vendor_Geophp");
|
|
|
|
|
|
|
|
|
|
|