mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
7c292986f5
|
@ -17,7 +17,7 @@
|
||||||
// along with this program; if not, write to the Free Software
|
// along with this program; if not, write to the Free Software
|
||||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
include("inc/inc.Settings.php");
|
require("inc/inc.Settings.php");
|
||||||
|
|
||||||
if(true) {
|
if(true) {
|
||||||
require_once("inc/inc.Utils.php");
|
require_once("inc/inc.Utils.php");
|
||||||
|
@ -27,8 +27,6 @@ if(true) {
|
||||||
require_once("inc/inc.Extension.php");
|
require_once("inc/inc.Extension.php");
|
||||||
require_once("inc/inc.DBInit.php");
|
require_once("inc/inc.DBInit.php");
|
||||||
|
|
||||||
require "vendor/autoload.php";
|
|
||||||
|
|
||||||
$c = new \Slim\Container(); //Create Your container
|
$c = new \Slim\Container(); //Create Your container
|
||||||
$c['notFoundHandler'] = function ($c) use ($settings, $dms) {
|
$c['notFoundHandler'] = function ($c) use ($settings, $dms) {
|
||||||
return function ($request, $response) use ($c, $settings, $dms) {
|
return function ($request, $response) use ($c, $settings, $dms) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user