https://github.com/windowsnt/mpd
Μητρώο Προσόντων και Διαγωνισμών
https://github.com/windowsnt/mpd
Last synced: 8 months ago
JSON representation
Μητρώο Προσόντων και Διαγωνισμών
- Host: GitHub
- URL: https://github.com/windowsnt/mpd
- Owner: WindowsNT
- Created: 2024-05-24T18:25:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T07:40:36.000Z (almost 2 years ago)
- Last Synced: 2025-07-10T16:30:46.140Z (11 months ago)
- Language: PHP
- Homepage: https://www.msa-apps.com/mpd
- Size: 389 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Μητρώο Προσόντων και Διαγωνισμών
## config.php
```
$dbxx = 'mpdtest.db'; // SQLite
//$dbxx = 'localhost:3306'; // MySQL
$required_check_level = 2;
$test_users = 1;
$pageroot = 'https://www.msa-apps.com/mpd';
```