Added VARLIB_PATH and VARLOG_PATH defines to simplify packaging.
[fa-stable.git] / install / isession.inc
index 274f1f57a3f2f217404362c463271370863b4726..05e7dc26c67a4f21e1fee08817cb41482e9fa703 100644 (file)
@@ -9,6 +9,9 @@
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
        See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
+define('VARLIB_PATH', $path_to_root.'/tmp');
+define('VARLOG_PATH', $path_to_root.'/tmp');
+
 function output_html($text)
 {
        global $before_box, $Ajax, $messages;