projects
/
GitHub
/
Stricted
/
Domain-Control-Panel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8c1128
)
fix last commit
author
Stricted
<info@stricted.de>
Mon, 11 Jan 2016 15:49:12 +0000
(16:49 +0100)
committer
Stricted
<info@stricted.de>
Mon, 11 Jan 2016 15:49:12 +0000
(16:49 +0100)
lib/system/DNS.class.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/system/DNS.class.php
b/lib/system/DNS.class.php
index b5d2c87cdce643293d5056211e3fe7066bb51505..4dee3fe65de92a271d020acb4270024c87031190 100644
(file)
--- a/
lib/system/DNS.class.php
+++ b/
lib/system/DNS.class.php
@@
-265,7
+265,7
@@
class DNS {
$dir = $dir[0];
}
- $filename = "lang.".$lang['languageCode'].".".$
content
.".tpl";
+ $filename = "lang.".$lang['languageCode'].".".$
item
.".tpl";
if (file_exists($dir.$filename)) {
$mtime = filemtime($dir.$filename);
$maxLifetime = 3600;
@@
-277,7
+277,7
@@
class DNS {
if (!file_exists($dir.$filename)) {
$h = fopen($dir.$filename, "a+");
- fwrite($h, $lang[$
content
]);
+ fwrite($h, $lang[$
item
]);
fclose($h);
}