comunic/3rdparty/luminous/examples/helper.inc

13 lines
349 B
PHP
Raw Permalink Normal View History

2016-11-19 11:08:12 +00:00
<?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);