diff options
Diffstat (limited to 'lib/bootstrap.php')
-rw-r--r-- | lib/bootstrap.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 01828f67..48db871c 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -1,12 +1,6 @@ <?php -// Path to the formats library -const PATH_LIB_FORMATS = __DIR__ . '/../formats/'; - -/** Path to the caches library */ const PATH_LIB_CACHES = __DIR__ . '/../caches/'; - -/** Path to the cache folder */ const PATH_CACHE = __DIR__ . '/../cache/'; // Allow larger files for simple_html_dom |