mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
5 lines
140 B
PHP
5 lines
140 B
PHP
<?php
|
|
# Pour simuler une redirection Apache
|
|
define('_SERVER_APACHE', 'false');
|
|
define('_DIR_CONNECT', 'config');
|
|
define('_DIR_TMP', 'tmp');
|