mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
9 lines
No EOL
156 B
PHP
9 lines
No EOL
156 B
PHP
<?php
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
include_spip('inc/revisions');
|
|
include_spip('inc/suivi_versions');
|
|
include_spip('inc/puce_statut');
|
|
|
|
?>
|