Guest User

PilotList.php

a guest
Jan 25th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. class PilotList extends CodonModule
  3. {
  4.     public function index()
  5.         {
  6.             $this->set('title', 'Pilot List');
  7.             $this->show('/pl/pilots_list.tpl');
  8.         }
  9. }
  10. ?>
Add Comment
Please, Sign In to add comment