mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Language-Pack: Comment out default LAN in generated files.
This commit is contained in:
@@ -1708,7 +1708,7 @@ class lancheck
|
||||
if(!file_exists($newfile))
|
||||
{
|
||||
// echo "<br />file: ".$newfile;
|
||||
$data = chr(60)."?php\n\ndefine(\"EXAMPLE\",\"Generated Empty Language File\");";
|
||||
$data = chr(60)."?php\n\n// define(\"EXAMPLE\",\"Generated Empty Language File\");";
|
||||
file_put_contents($newfile,$data);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user