You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
245 B
14 lines
245 B
![]()
3 years ago
|
<?php
|
||
|
/*
|
||
|
* Plugin Couteau KISS
|
||
|
* (c) 2010 Cedric Morin
|
||
|
* Distribue sous licence GPL
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
if (!defined("_ECRIRE_INC_VERSION")) return;
|
||
|
|
||
|
if (file_exists($f=((defined('_ROOT_CWD')?_ROOT_CWD:'')._DIR_TMP."ck_options.php")))
|
||
|
include_once $f;
|
||
|
|