main #6

Open
qo-op wants to merge 18 commits from qo-op/zeg1jeux:main into main
1 changed files with 2 additions and 3 deletions
Showing only changes of commit f724941cfb - Show all commits

View File

@ -46,8 +46,7 @@ class Fred {
throw new Exception("J'ai pas pû récupérer la putain de deuxième page.");
}
error_log ()
preg_match("`url='.*\/ipns\/([^']+)'`isU", $page2, $matches);
preg_match("`url='([^']+)'`isU", $page2, $matches);
$ipnsKey = $matches[1];
@ -150,7 +149,7 @@ class Fred {
}
preg_match("`url='.*\/user\/([^']+)/'`isU", $page2, $matches);
preg_match("`url='([^']+)'`isU", $page2, $matches);
$gchangeId = $matches[1];