Skip to content
This repository was archived by the owner on Jul 3, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkFramework/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require":{
"mkframework/mkframework":"4.95.0"
"mkframework/mkframework-lib":"4.131.1"
}
}
10 changes: 5 additions & 5 deletions mkFramework/conf/site.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
autoload.enabled=0

[encodage]
;indique l'encodage des fichiers de code, utilise par defaut pour plugin_html::encode($texte)
;indique l'encodage des fichiers de code, utilise par defaut pour plugin_html::encode($texte)
charset=ISO-8859-1

[language]
Expand All @@ -14,7 +14,7 @@
allow=fr,en

[auth]
;note : >= php5.2 dans le php.ini
;note : >= php5.2 dans le php.ini
session.use_cookies = 1
session.use_only_cookies = 1
session.cookie_httponly=1
Expand Down Expand Up @@ -59,20 +59,20 @@ class=plugin_log
error=0
warning=0
application=0
information=1
information=0

[check]
class=plugin_check

[site]
;Redirection
;header : header('location:$url ')
;header : header('location:$url ')
;http: <html><head><META http-equiv="refresh" content="0; URL=$url ></head></html>
redirection.default=header
timezone=Europe/Paris

[path]
lib=../vendor/mkframework/mkframework/lib/framework/
lib=../vendor/mkframework/mkframework-lib/

data=../data/
upload=../data/upload/
Expand Down
Empty file modified mkFramework/data/cache/.gitignore
100644 → 100755
Empty file.