|
Revision 946, 94 bytes
(checked in by max-horvath, 7 years ago)
|
|
"2006-02-14 Max Horvath <max.horvath@…>
- converted Session class to PHP5 style
- moved code used used to init PHP into wifidog/include/init_php.php
- fixed bug regarding APC (super globals weren't initialized before their
first use
- in an attemp to enter the administration interface of WiFiDog and not
being logged in you'll be redirected to the administration interface after
a successful login, if you are an admin or owner of a node. This only works
for a virtual login, as it isn't needed to be done when logging in via a
WiFiDog node (then you have to login anyway on the splash page first)
- fixed preview of network in administration interface as content for a
network as is isn't available in the code, yet"
|
| Rev | Line | |
|---|
| [946] | 1 | # |
|---|
| 2 | # Deny access to files inside this folder to the webserver |
|---|
| 3 | # |
|---|
| 4 | |
|---|
| 5 | Order allow,deny |
|---|
| 6 | Deny from all |
|---|