diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-06 17:24:58 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-06 17:24:58 +0000 |
commit | 7cc7fce8de68676ba89b245c85710f391c4be0ce (patch) | |
tree | 21c872b5c33fa1a73268d988d019b8457f417762 | |
parent | 866c47ec603595e8fe67da5f0e5d162a70b1f7b4 (diff) |
aufgereumt, README geschrieben
git-svn-id: svn://svn.cccv.de/engel-system@21 29ba0400-6e00-0410-a75a-ca02368028f8
-rwxr-xr-x | LICENSE (renamed from DB/LICENSE) | 0 | ||||
-rw-r--r-- | README | 16 |
2 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +DIRS: +----- +./DB + Standart DB File +./www + daten für http verbindung +./www-ssl + daten für https verbindung + +Systemconfig: +------------- +./www-ssl/inc/config.php + algemeien einstellungen +./www-ssl/inc/db.php + einstellungen der DB + Achtung: DB user braucht folgende Rechte: SELECT, CREATE, INSERT, ALTER, UPDATE, INDEX, DELETE, DROP |