mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +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))
|
if(!file_exists($newfile))
|
||||||
{
|
{
|
||||||
// echo "<br />file: ".$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);
|
file_put_contents($newfile,$data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user