~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/scripts/changeLanguage.php

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
require ('wampserver.lib.php');
 
4
 
 
5
require 'config.inc.php';
 
6
 
 
7
$wampIniNewContents['language'] = $_SERVER['argv'][1];
 
8
wampIniSet($configurationFile, $wampIniNewContents);
 
9
?>
 
 
b'\\ No newline at end of file'