Sites Web : No, I don\'t like like SPIP (or try to hide it ;) - SPIP commits - by tech-nova

Publié le lundi 21 avril 2008

⇒ http://my.opera.com/tech-nova/blog/

Un site qui recense les astuces et évolutions des possibilités de SPIP.

No, I don't like like SPIP (or try to hide it ;)

Juillet 2008, Par tech-nova

config/mes_options.php
<?php
@define('_SPIP_SCRIPT', 'joomla.php');
@define('_HEADER_COMPOSED_BY', "Composed-By: JOOMLA");
$GLOBALS['spip_header_silencieux'] = 1;
$GLOBALS['cookie_prefix'] = "joomla";
?>


joomla.php :

<?php
@define('_DIR_RESTREINT_ABS', 'private/');
include_once _DIR_RESTREINT_ABS.'inc_version.php';
// And the rest of spip.php
?>


Result => http://tech-nova.fr/lacigale/joomla.php?rubrique37

shame on me ! :D

→ Lire la suite sur le site d’origine…


Revenir en haut