Si vous avez une idée de la manière à corriger l'erreur, je suis preneur.
Cette fonction serait obsolète.
Par avance, Merci !
Fatal error: Call to undefined function import_request_variables() in C:\Program Files (x86)\EasyPHP-12.1\home\codesource.php on line 4
<?php
$full_path = dirname(__FILE__) . '/';
$dbtype='mysql'; //default db type
import_request_variables( 'pgs' );
define ( 'SMARTY_DIR', $full_path . 'libs/Smarty/' );
define ( 'TEMPLATES_DIR', $full_path . 'templates/' );
define ( 'TEMPLATE_DIR', $full_path . 'templates/' );
define ( 'TEMPLATE_C_DIR', $full_path . 'temp/templates_c/' );
define ( 'PEAR_DIR', $full_path . 'libs/Pear/' );
define ( 'CACHE_DIR', $full_path . 'temp/cache/' );
define ( 'INCLUDE_DIR', $full_path . 'includes/' );
define ( 'DOC_ROOT', $full_path );
?>