git.cweiske.de
/
phorkie.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
REVERT: variable name change
[phorkie.git]
/
www
/
fork.php
diff --git
a/www/fork.php
b/www/fork.php
index
7997632
..
10bd1e2
100644
(file)
--- a/
www/fork.php
+++ b/
www/fork.php
@@
-3,6
+3,7
@@
* Fork a repository
*/
namespace phorkie;
* Fork a repository
*/
namespace phorkie;
+$secureAtLevel = '1';
require_once 'www-header.php';
if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
require_once 'www-header.php';
if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
@@
-30,4
+31,4
@@
foreach (\glob($new->gitDir . '/hooks/*') as $hookfile) {
//FIXME: where to put fork source link?
redirect($new->getLink('display'));
//FIXME: where to put fork source link?
redirect($new->getLink('display'));
-?>
\ No newline at end of file
+?>