Blame view
sources/apps/ownpad_lite/appinfo/routes.php
291 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php
/**
* Copyright (c) 2013 Thomas Müller
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
// oC JS config
$this->create('ownpad_lite', 'js/ownpad_lite.js')
->actionInclude('ownpad_lite/js/ownpad_lite.php');
|