Skip to content

Instantly share code, notes, and snippets.

@ghazal
Created January 19, 2016 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghazal/2d383f02b80db8c992f5 to your computer and use it in GitHub Desktop.
Save ghazal/2d383f02b80db8c992f5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>O&ugrave; suis-je ?</title>
</head> <body> <div style="font-size:24px; font-weight:bold">D&eacute;termination des variables</div> <div style="border-top:1px solid
#FFCC00;font-size:14px;font-weight:bold;padding-top:15px;color:#FF6600">Ouvrez votre fichier configuration.php et remplacez
la valeur des variables par les &eacute;l&eacute;ments ci dessous :</div>
<div> public $log_path = ' <?php echo realpath( dirname( __FILE__ ) ) ; ?>/logs';</div>
<div> public $tmp_path = ' <?php echo realpath( dirname( __FILE__ ) ) ; ?>/tmp';</div>
</body> </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment