| Revision 2585,
424 bytes
checked in by alanbach-guest, 5 years ago
(diff) |
- More clean-ups and style fixes, * Ramon is the first priority
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $devels_names = Array |
|---|
| 4 | ( |
|---|
| 5 | 'alan-guest' => 'Alan Baghumian', |
|---|
| 6 | 'genius5151-guest' => 'Hossein Ashrafzadeh', |
|---|
| 7 | 'jandark-guest' => 'Milad Rastian', |
|---|
| 8 | 'navid-guest' => 'Navid Abdi' |
|---|
| 9 | ); |
|---|
| 10 | |
|---|
| 11 | $dists_names = Array |
|---|
| 12 | ( |
|---|
| 13 | 'Ramon (1.0)', |
|---|
| 14 | 'Barry (0.90)' |
|---|
| 15 | ); |
|---|
| 16 | |
|---|
| 17 | // Define sqlite location, database should be in same place which current file is |
|---|
| 18 | define('SQLITE_LOCATION', dirname(__FILE__) . '/db/queue.db'); |
|---|
Note: See
TracBrowser
for help on using the repository browser.