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