Changeset 2252 for trunk/index.php
- Timestamp:
- 03/09/2008 03:27:34 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r2251 r2252 97 97 die 98 98 ( 99 '<div id="framework_error"style="width:80%;margin:50px auto;text-align:center;">'.99 '<div style="width:80%;margin:50px auto;text-align:center;">'. 100 100 '<h3>Application Directory Not Found</h3>'. 101 101 '<p>The <code>$kohana_application</code> directory does not exist.</p>'. … … 110 110 die 111 111 ( 112 '<div id="framework_error"style="width:80%;margin:50px auto;text-align:center;">'.112 '<div style="width:80%;margin:50px auto;text-align:center;">'. 113 113 '<h3>System Directory Not Found</h3>'. 114 114 '<p>The <code>$kohana_system</code> directory does not exist.</p>'.
