; <?php exit(); __halt_compiler(); ; Part of SimpleViewer.net web site management package. ; Note that installation and content directories are not identical if user changes setup path ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Relative paths from the web root ; ; No leading separator, no trailing separator ; ; It should rarely be necessary to change these paths ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; homeConfigPath = "showkasehome.ini" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Relative paths from the content directory ; ; No leading separator, no trailing separator ; ; It should rarely be necessary to change these paths ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; siteDataPath = "_data" themeDataPath = "_data/themedata" thumbCachePath = "_data/thumbcache" pagesDataPath = "_data/pagesdata.txt" pagesPrefsPath = "_data/pagesprefs.txt" smartyDataPath = "_smarty" smartyCachePath = "_smarty/cache" smartyCompilePath = "_smarty/templates_c" smartyConfigsPath = "_smarty/configs" viewersPath = "_viewers" themesPath = "_themes" libraryPath = "_library" trashPath = "_trash" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Relative paths from the installation directory ; ; No leading separator, no trailing separator ; ; It should rarely be necessary to change these paths ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; showkaseDataPath = "_showkase" showkaseConfigPath = "_showkase/showkaseconfig.ini" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Relative path from the installation directory ; ; No leading separator, no trailing separator ; ; For extra security this path may be changed to point above the web root ; ; If you change this path, you must copy the user.php file to the new location ; ; The new copy must be readable and writeable by the web user ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; authPath = "_showkase/user.php"