修复BUG

old
xiaoz 2018-02-23 14:41:54 +08:00
parent d2d92eb81b
commit ebe5b84ee3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php
$App = getcwd();
$App = str_replace('admin','',$App);
$App = str_replace('api','',$App);
require_once( 'sdk/Medoo.php' );
use Medoo\Medoo;
//echo $App;