Browse Source

Merge branch 'masterdan'

Conflicts:
	system/admin/admin.php
pull/74/head
Kanti 11 years ago
parent
commit
9a1dcc7f07
2 changed files with 485 additions and 492 deletions
  1. +5
    -1
      config/users/username.ini.example
  2. +480
    -491
      system/admin/admin.php

+ 5
- 1
config/users/username.ini.example View File

@ -1,5 +1,9 @@
;Password
password = yourpassword
encryption = clear
; encryption: not set, leave blank or set to clear or none to use plain text password for the user,
; else set to encryption algoritm supported by hash function of php to use the selected
; encryption
;Role
role = admin
role = admin

+ 480
- 491
system/admin/admin.php
File diff suppressed because it is too large
View File


Loading…
Cancel
Save