Advertisement
Guest User

Untitled

a guest
Oct 30th, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. use Slim\App;
  4.  
  5. session_cache_limiter(false);
  6. session_start();
  7.  
  8. ini_set('display_errors', 'On');
  9.  
  10. define('INC_ROOT', dirname(__DIR__));
  11.  
  12. require INC_ROOT . '/vendor/autoload.php';
  13.  
  14. $app = new App();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement