Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
8216785b
Commit
8216785b
authored
Oct 03, 2012
by
tbrehm
Browse files
Fixed: FS#2420 - PHP 5.4 warnings
parent
a464e1f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/tpl_ini.inc.php
View file @
8216785b
...
...
@@ -43,7 +43,7 @@ if (!defined('vlibIniClassLoaded')) {
class
vlibIni
{
/** config vars for vlibTemplate */
function
vlibTemplate
()
{
public
static
function
vlibTemplate
()
{
global
$conf
;
...
...
@@ -104,7 +104,7 @@ if (!defined('vlibIniClassLoaded')) {
/** config vars for vlibDate */
function
vlibDate
()
{
public
function
vlibDate
()
{
return
array
(
'DEFAULT_LANG'
=>
'de'
// default language for the date displays
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment