Feedback
One or Zero
About One or Zero is a help desk ticket/task management system. From the authors: "OneOrZero is a powerful enterprise task management and help desk system used by companies and groups large and small to manage information and requests in their organization." Our Mods OOZ Mod - English Language File System Architecture Based on findings in the 1.7.3.1 release. Base Modules (root) / - the "root" functionality index.php - the main application driver myopen.php - list my open tickets tcreate.php - create a ticket action /index.php URL "t" variable A primary driving force that determines what the application should be doing. The $_GET[t] variable is the driver for more than one switch statement. The switch determines what to do based on what "t" has been set to. Some of the actions include: tcre - run tcreate.php tse - run tsearch.php tmop - run myopen.php : my open ticket list tclo - ...

