0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
lib
/
Galaxia
/
src
/
API
/
[
Home
]
File: Role.php
<?php include_once (GALAXIA_LIBRARY.'/src/common/Base.php'); //!! Role.php //! A class representing a role. /*! Not yet implemented. */ //\todo Implement this class class Role extends Base { } ?>