Browse Source

Corrected config variable name.

pull/410/head
Eric Roller 5 years ago
committed by GitHub
parent
commit
f3049946d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config/config.ini.example

+ 2
- 2
config/config.ini.example View File

@ -4,8 +4,8 @@ site.url = ""
; Your timezone ; Your timezone
timezone = "Asia/Jakarta" timezone = "Asia/Jakarta"
; Time format. See: https://www.php.net/manual/en/function.date.php
time.format = "d F Y"
; Date format. See: https://www.php.net/manual/en/function.strftime
date.format = "%d %B %Y"
; Your language (currently only "en" for English or "de" for German) ; Your language (currently only "en" for English or "de" for German)
language = "en" language = "en"


Loading…
Cancel
Save