DownloadTicketService / dl

Download Ticket Service
https://www.thregr.org/~wavexx/software/dl/
GNU General Public License v2.0
84 stars 30 forks source link

Remove configuration globals #22

Open wavexx opened 9 years ago

wavexx commented 9 years ago

In confwrap.php we should include "config.php" in a separate namespace. All the parameters should be wrapped in a $CONFIG array. There are currently too many globals originating from the initial (simple) code base.