noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/07: Doc.


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/07: Doc.
Date: Thu, 23 Sep 2021 04:04:57 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ed29ad55a5adf3ac91303b3fbeaa703b7b131c36
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Sep 16 09:43:45 2021 +0200

    Doc.
---
 include/config.inc.example  | 2 ++
 include/lib/ifile.class.php | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/config.inc.example b/include/config.inc.example
index 4f95799..28eebcc 100644
--- a/include/config.inc.example
+++ b/include/config.inc.example
@@ -81,3 +81,5 @@ define ("DEBUGNOALYSS",0);
 // define ('SESSION_KEY','abcde');
 // Max size is defined by default to 2MB, it could be also needed to modify 
PHP Ini file
 //    define ("MAX_FILE_SIZE",2097152);
+// Create your own SESSION_KEY
+// define ("SESSION_KEY","irazap492pq11");
diff --git a/include/lib/ifile.class.php b/include/lib/ifile.class.php
index 39ae4d4..a0ee85f 100644
--- a/include/lib/ifile.class.php
+++ b/include/lib/ifile.class.php
@@ -25,7 +25,7 @@
 
 /*!
  * \class IFile
- * \brief Html Input
+ * \brief Html Input for uploading file, must be in a form with 
enctype="multipart/form-data"
  */
 class IFile extends HtmlInput
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]