Core/Modules/sessions/moduleInfo.php

19 lines
513 B
PHP

<?php
return array(
'module_class' => '\Module\Sessions\Main',
'module_file' => 'class.sessions.php',
'module_name' => 'sessions',
'dependencies' => array('techfuze/database'),
'name' => 'Sessions',
'description' => 'Lightweight user and permissions system',
'author' => 'TechFuze',
'version' => '1.0.0.0',
'website' => 'http://fuzeworks.techfuze.net/',
'date_created' => '23-02-2015',
'date_updated' => '19-08-2015',
);