|
Revision 2213, 497 bytes
(checked in by gregmac, 2 years ago)
|
Beginnings of UserPortal interface (NOT AT ALL FINISHED)
|
- Property svn:mime-type set to
text/plain
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
This is not done |
|---|
| 2 |
|
|---|
| 3 |
index.php is copied from admin/config.php |
|---|
| 4 |
|
|---|
| 5 |
functions.inc.php is in the process of being modified, i'm adding auth stuff |
|---|
| 6 |
to check the user db and vmpass. I was trying to just add it (as a separate |
|---|
| 7 |
class) so we can just keep one copy of that file in admin/. We'll see. |
|---|
| 8 |
|
|---|
| 9 |
Right now, you need to make a common symlink to ../admin/common. This is |
|---|
| 10 |
because of includes etc, and it was a simple (read: lazy) way to get |
|---|
| 11 |
everything to work without having to figure out what's needed. |
|---|