Pony.fm/app/controllers/UploaderController.php
nelsonlaquet 18e41d2af4 Logout
Volume Slider
Track Uploader
Fav list
A bunch of other things
And stuff.
2013-08-30 20:46:35 -05:00

7 lines
No EOL
128 B
PHP

<?php
class UploaderController extends Controller {
public function getIndex() {
return View::make('shared.null');
}
}