which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.0.0.236/trunk@198341 18797224-902f-48f8-a5cc-f745e15eee43
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
class ApplicationsController extends AppController {
|
|
|
|
var $name = 'Applications';
|
|
|
|
}
|
|
?>
|