Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
dokuwiki [2020/08/29 13:31]
kalenpw removed
— (current)
Line 1: Line 1:
-====== Dokuwiki ====== 
-  * [[.dokuwiki : css_tweaks | CSS tweaks ]] 
  
----- 
-===== Set Timezone ===== 
-Edit ''./conf/local/protected.php'' 
-<code php> 
-date_default_timezone_set("GMT"); 
-</code>