1234567891011121314151617181920212223 |
- <?php
- define('APP_PATH', __DIR__ . '/../application/');
- define('UPLOAD_PATH', __DIR__ . '/../public');
- define('RUNTIME_PATH', __DIR__ . '/../runtime/');
- define('APP_DEBUG', true);
- require __DIR__ . '/../thinkphp/start.php';
|