From f8bccb148a46c5de7f1c5a4565bda846a956ade6 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 27 Apr 2003 06:41:53 +0000 Subject: [PATCH] iNew configuration variable delete old logs - loglifetime --- admin/config.html | 303 +++++++++++++++++++++++++--------------------- lib/defaults.php | 1 + version.php | 2 +- 3 files changed, 164 insertions(+), 142 deletions(-) diff --git a/admin/config.html b/admin/config.html index 0473e0cc39..5e18f5a62d 100644 --- a/admin/config.html +++ b/admin/config.html @@ -1,73 +1,73 @@ -
+ - - - - + + +

lang:

+ + + + - + - - - - + + + + - + - - - - - + + + + + - + + - + - - - - - - + + + + + - - - - - + + + + + - - - - + + + + + - - - + + - + - - - - + + + + - + - - - - + + + + - + - - - - + + + + - + - - - - + + + + + + + + + - + - - - - - + + + + + - - - - - + + + + + - - - - + + + + - + - - - - - + + + + + - - - - + - - - + + + + + + - + - - - - + + + + - + - + + - - - -

lang:

lang, "", "", ""); ?> - + -

langdir:

+

langdir:

langdir, "", "", ""); ?> - + -

locale:

- - +

locale:

+ + -

country:

country:

country, get_string("selectacountry"), "", "") ?> + -

smtphosts:

- - +

smtphosts:

+ + -

smtpuser:

- - +

smtpuser:

+ + -

smtppass:

- -

smtppass:

+ +

gdversion:

+

gdversion:

- + -

htmleditor:

+

htmleditor:

htmleditor, "", "", ""); ?> - + -

maxeditingtime:

+

maxeditingtime:

maxeditingtime, "", "", ""); ?> - + -

longtimenosee:

+

longtimenosee:

longtimenosee, "", "", ""); ?> - + -

sessiontimeout:

+

loglifetime:

+ loglifetime, "", "", ""); + ?> + + +

sessiontimeout:

sessiontimeout, "", "", ""); ?> - + -

zip:

- - +

zip:

+ + -

unzip:

- - +

unzip:

+ + -

slasharguments:

+

slasharguments:

slasharguments, "", "", ""); ?> - + -

proxyhost:

- - +

proxyhost:

+ + -

proxyport:

- -

debug:

+

proxyport:

+ +

debug:

debug, "", "", ""); ?> - + -

framename:

+

framename:

framename)) { $config->framename = "_top"; } ?> - - + + -
- ">
+
+ ">
-
+ diff --git a/lib/defaults.php b/lib/defaults.php index 66211b7853..c050dc789b 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -14,6 +14,7 @@ "smtppass" => "", "gdversion" => 1, "longtimenosee" => 100, + "loglifetime" => 0, "zip" => "", "unzip" => "", "slasharguments" => 1, diff --git a/version.php b/version.php index 06a6e187bc..9b34b2d35d 100644 --- a/version.php +++ b/version.php @@ -5,7 +5,7 @@ // database to determine whether upgrades should // be performed (see lib/db/*.php) -$version = 2003042700; // The current version is a date (YYYYMMDDXX) +$version = 2003042701; // The current version is a date (YYYYMMDDXX) $release = "1.0.9 development"; // User-friendly version number -- 2.39.5