0byt3m1n1
Path:
C:
/
wamp64
/
scripts
/
[
Home
]
File: changeLanguage.php
<?php //3.2.0 Possibility to trace if(!defined('WAMPTRACE_PROCESS')) require('config.trace.php'); if(WAMPTRACE_PROCESS) { $errorTxt = "script ".__FILE__; $iw = 1; while(!empty($_SERVER['argv'][$iw])) {$errorTxt .= " ".$_SERVER['argv'][$iw];$iw++;} error_log($errorTxt."\n",3,WAMPTRACE_FILE); } require 'config.inc.php'; require 'wampserver.lib.php'; $wampIniNewContents['language'] = $_SERVER['argv'][1]; wampIniSet($configurationFile, $wampIniNewContents); ?>