diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-27 10:56:24 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-28 20:21:34 +0200 |
commit | c832f91ca41490f69f478045c86038f9ef4a5cb5 (patch) | |
tree | b371e504c04660bbabb79721c5db7b086888ec01 /app/class/Controlleradmin.php | |
parent | d66de69ba57f00079ab8d5e4b9a1d1f73093e76a (diff) | |
download | wcms-c832f91ca41490f69f478045c86038f9ef4a5cb5.tar.gz wcms-c832f91ca41490f69f478045c86038f9ef4a5cb5.zip |
move fonts into media
move global css into media
Diffstat (limited to 'app/class/Controlleradmin.php')
-rw-r--r-- | app/class/Controlleradmin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Controlleradmin.php b/app/class/Controlleradmin.php index ec437fa..d87427b 100644 --- a/app/class/Controlleradmin.php +++ b/app/class/Controlleradmin.php @@ -45,7 +45,7 @@ class Controlleradmin extends Controller public function update() { - accessfile(Model::GLOBAL_CSS_FILE); + accessfile(Model::GLOBAL_CSS_FILE, true); $globalcss = file_put_contents(Model::GLOBAL_CSS_FILE, $_POST['globalcss']); |