OSDN Git Service

- added Validator Required and Filter Test.
[ethna/ethna.git] / skel / www.info.php
1 <?php
2 require_once '{$basedir}/app/{$project_id}_Controller.php';
3
4 {$project_id}_Controller::main('{$project_id}_Controller', array(
5     '__ethna_info__',
6     )
7 );
8 ?>