mirror of
https://github.com/aunefyren/wrapperr
synced 2024-12-14 13:22:26 +00:00
CSS fix and more PHP instructions
Added tips to give PHP directory access and removed duplicate CSS line and CSS width.
This commit is contained in:
parent
396ce0504c
commit
82a6adb303
2 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,8 @@ In your php.ini file you may have to change:
|
||||||
- memory_limit=<b>enough M for the script to handle JSON data</b>
|
- memory_limit=<b>enough M for the script to handle JSON data</b>
|
||||||
- max_input_time=<b>enough seconds for the script to parse JSON data</b>
|
- max_input_time=<b>enough seconds for the script to parse JSON data</b>
|
||||||
|
|
||||||
|
You need to give PHP permission to edit files in the directory called <b>config</b>
|
||||||
|
|
||||||
The cache is stored at config/cache.json, but can be cleared using the admin menu.
|
The cache is stored at config/cache.json, but can be cleared using the admin menu.
|
||||||
|
|
||||||
If you visit <b>you-domain-or-ip.com/caching</b> you can do a pre-caching of a set of users. This is very useful if you want to prepare for a lot of traffic.
|
If you visit <b>you-domain-or-ip.com/caching</b> you can do a pre-caching of a set of users. This is very useful if you want to prepare for a lot of traffic.
|
||||||
|
|
|
@ -95,10 +95,8 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.boks3 {
|
.boks3 {
|
||||||
width: 70em;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: inline-block;
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue