Welcome to mirror list, hosted at ThFree Co, Russian Federation.

app.php « appinfo - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bea808adb9f79ec81c73b694cad3227d42029e9 (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Dependencies
 */
// Jquery
//OCP\Util::addScript("3rdparty", "chosen/chosen.jquery.min");
// checksum script
OCP\Util::addScript('checksum', "checksum" );