Your IP : 216.73.216.247


Current Path : /home/nicholsonsmith/public_html/administrator/components/com_admintools/tables/
Upload File :
Current File : /home/nicholsonsmith/public_html/administrator/components/com_admintools/tables/customperm.php

<?php
/**
 * @package   AdminTools
 * @copyright Copyright (c)2010-2015 Nicholas K. Dionysopoulos
 * @license   GNU General Public License version 3, or later
 * @version   $Id$
 */

// Protect from unauthorized access
defined('_JEXEC') or die;

class AdmintoolsTableCustomperm extends F0FTable
{
	var $perms = '0644';

	public function __construct($table, $key, &$db)
	{
		parent::__construct('#__admintools_customperms', 'id', $db);
	}
}