00001 <?php 00006 define('ACTION_EXPORT', 'export'); 00007 define('ACTION_DELETE_EXPORTED', 'delete_exported'); 00008 define('ACTION_MARK_EXPORTED', 'mark_exported'); 00009 define('ACTION_STATISTICS', 'statistics'); 00010 define('ACTION_LIST_MY', 'list_my'); 00011 define('ACTION_LIST_REP', 'list_rep'); 00012 ?>
1.4.4