7 lines
117 B
PHP

<?php
class Controller_phpinfo extends Crunchbutton_Controller_Account {
public function init() {
phpinfo();
}
}