]> git.laktatnebel.de Git - domainverwaltung.git/commit
Initial project version
authorOle B. Rosentreter <ole@laktatnebel.de>
Sat, 28 Sep 2024 20:40:07 +0000 (22:40 +0200)
committerOle B. Rosentreter <ole@laktatnebel.de>
Sat, 28 Sep 2024 20:40:07 +0000 (22:40 +0200)
commitbe182874f72c4813b649fcdb0d74ba8dfbb363a1
tree51261762c31cdb5f01c146db988b2799aaa5ddbb
Initial project version
23 files changed:
pom.xml [new file with mode: 0644]
src/domainmanager.php [new file with mode: 0644]
src/lib/database_functions.php [new file with mode: 0644]
src/lib/db/database_functions_delete.php [new file with mode: 0644]
src/lib/db/database_functions_insert.php [new file with mode: 0644]
src/lib/db/database_functions_mysql.php [new file with mode: 0644]
src/lib/db/database_functions_pgsql.php [new file with mode: 0644]
src/lib/db/database_functions_select.php [new file with mode: 0644]
src/lib/db/database_functions_update.php [new file with mode: 0644]
src/lib/glob_vars.php [new file with mode: 0755]
src/lib/gui/gui_functions_button.php [new file with mode: 0644]
src/lib/gui/gui_functions_checkbox.php [new file with mode: 0644]
src/lib/gui/gui_functions_input.php [new file with mode: 0644]
src/lib/gui/gui_functions_select.php [new file with mode: 0644]
src/lib/gui/gui_functions_textarea.php [new file with mode: 0644]
src/lib/gui_functions.php [new file with mode: 0644]
src/lib/session/session_functions.php [new file with mode: 0644]
src/lib/session_functions.php [new file with mode: 0644]
src/lib/util/util_functions.php [new file with mode: 0644]
src/lib/util_functions.php [new file with mode: 0644]
src/mailboxmanager.php [new file with mode: 0644]
src/mailmanager.php [new file with mode: 0644]
src/passwordmanager.php [new file with mode: 0644]