openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7ea3cbec3d4565b2bfb77465c33b159950483c7d
parent cfbb5d42782fb483fbba6de06e8d8703925b4a1d
Author: dankert <devnull@localhost>
Date:   Tue,  2 Oct 2007 23:14:43 +0200

Neue Einstellung "max_file_size" unter "[file]".

Diffstat:
config/content.ini.php | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/config/content.ini.php b/config/content.ini.php @@ -1,6 +1,13 @@ ; <?php exit('direct access denied') ?> +[file] + +; Maximum file size for uploads in KB +; 0,-1 = not restricted +max_file_size=1500 + + [revision-limit]