Skip to content

Commit f964537

Browse files
committed
Conflict fix for admin headers
1 parent 9bcfcaa commit f964537

File tree

3 files changed

+3
-98
lines changed

3 files changed

+3
-98
lines changed

ajax/makeurl.php

Lines changed: 0 additions & 75 deletions
This file was deleted.

ajax/setval.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

lib/setval.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
function setAdminVal() {
88
if (isset($_POST['host'])) {
99
OCP\Config::setAppValue('shorten', 'host', $_POST['host']);
10-
echo "host:".$_POST['host'];
10+
#echo "host:".$_POST['host'];
1111
}
1212
if (isset($_POST['api'])) {
1313
OCP\Config::setAppValue('shorten', 'api', $_POST['api']);
14-
echo "api:".$_POST['api'];
14+
#echo "api:".$_POST['api'];
1515
}
1616
if (isset($_POST['type'])) {
1717
OCP\Config::setAppValue('shorten', 'type', $_POST['type']);
18-
echo "type:".$_POST['type'];
18+
#echo "type:".$_POST['type'];
1919
}
2020
}
2121
?>

0 commit comments

Comments
 (0)