X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=blobdiff_plain;f=gwvpmini%2Fgwvpmini_debug.php;fp=gwvpmini%2Fgwvpmini_debug.php;h=80cf2e054f09bc9c1a65a590a59cf96eb1c1f5a3;hp=0000000000000000000000000000000000000000;hb=90c1b8ddcf48b3f13f143954a81f231591955915;hpb=31500e3cbb5b60f5ee9a5d991f6b3f72290ee000 diff --git a/gwvpmini/gwvpmini_debug.php b/gwvpmini/gwvpmini_debug.php new file mode 100644 index 0000000..80cf2e0 --- /dev/null +++ b/gwvpmini/gwvpmini_debug.php @@ -0,0 +1,46 @@ +query("select * from repos"); + foreach($res as $row) { + $repo = $row["repos_name"]; + $perms = $row["repos_perms"]; + echo "
Repo: $repo:
";
+		print_r(unserialize(base64_decode($perms)));
+		echo "
"; + } +} +?> \ No newline at end of file