Browse Source

added PUBLIC_PATH

Michael Hasselbring 14 years ago
parent
commit
79c09381cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/index.php

+ 1 - 0
public/index.php

@@ -20,6 +20,7 @@ define('LARAVEL_START', microtime(true));
 define('APP_PATH', realpath('../application').'/');
 define('SYS_PATH', realpath('../system').'/');
 define('BASE_PATH', realpath('../').'/');
+define('PUBLIC_PATH', realpath(__DIR__.'/'));
 
 // --------------------------------------------------------------
 // Define the PHP file extension.