File: jsonrpc.php

package info (click to toggle)
kanboard 1.2.51%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,760 kB
  • sloc: php: 131,699; javascript: 3,773; sql: 2,383; makefile: 104; sh: 94; xml: 91
file content (5 lines) | stat: -rw-r--r-- 78 bytes parent folder | download
1
2
3
4
5
<?php

require __DIR__.'/app/common.php';

echo $container['api']->execute();