~dangarner/xibo/xmds-logging-103

« back to all changes in this revision

Viewing changes to server/lib/data/stat.data.class.php

  • Committer: Dan Garner
  • Date: 2009-07-30 23:01:31 UTC
  • Revision ID: mail@dangarner.co.uk-20090730230131-weg8y08pvnb2by7m
[client] Search for memory leak + improved logging. [server] Tags implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * You should have received a copy of the GNU Affero General Public License
19
19
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
20
20
 */
 
21
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
 
22
 
21
23
class Stat extends data
22
24
{
23
25
        public function Add($type, $fromDT, $toDT, $scheduleID, $displayID, $layoutID, $mediaID)