~titan-phpdevshell/phpdevshell/main

« back to all changes in this revision

Viewing changes to plugins/PHPDevShell/controllers/cron/trim-logs.php

  • Committer: Jason Schoeman
  • Date: 2011-12-06 14:03:32 UTC
  • Revision ID: titan@phpdevshell.org-20111206140332-4ej6qy4b36d3q96s
Crud Added
ORM Added
Control Panel optimized

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
 
3
 
/**
4
 
 * PHPDevShell is a RAD Framework aimed at developing administrative applications.
5
 
 *
6
 
 * @package PHPDevShell
7
 
 * @link http://www.phpdevshell.org
8
 
 * @copyright Copyright (C) 2007 Jason Schoeman, All rights reserved.
9
 
 * @license GNU/LGPL, see readme/licensed_under_lgpl or http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
10
 
 * @author Jason Schoeman, Contact: titan [at] phpdevshell [dot] org.
11
 
 *
12
 
 * Copyright notice: See readme/notice
13
 
 * By using PHPDevShell you agree to notice and license, if you dont agree to this notice/license you are not allowed to use PHPDevShell.
14
 
 */
15
3
class TrimLogs extends PHPDS_controller
16
4
{
17
5