mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
13 lines
349 B
PHP
Executable File
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); |