comunic/3rdparty/luminous/examples/helper.inc
2016-11-19 12:08:12 +01:00

13 lines
349 B
PHP
Executable File

<?php
require_once('../luminous.php');
set_time_limit(2);
// This var is because on my dev machine I symlink some directories and
// from that, PHP/Luminous cannot figure out where it is relative to the
// document root.
$http_path = '../';
$use_cache = false;
luminous::set('relative-root', $http_path);
luminous::set('include-jquery', true);