Skip to content

Commit 0c2be74

Browse files
committedMay 2, 2023
And more
1 parent e78847e commit 0c2be74

File tree

3 files changed

+1536
-1530
lines changed

3 files changed

+1536
-1530
lines changed
 

‎php/dump.json

+1,528-1,528
Large diffs are not rendered by default.

‎php/export_results.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
$allData[$x]['object'] = "lib";
1818

1919
$url = $allData[$x]['lib_url'];
20-
$bn = basename($url);
21-
$data = "<a href='$url' target='_blank' title='$url'>$bn</a>";
20+
//$bn = basename($url);
21+
list($d1,$d2,$d3,$bn) = explode("/",$url,4);
2222
$allData[$x]['repolabel'] = $bn;
2323
$offProg = $Settings['platformdata'][$allData[$x]['lib_platform']]['platform_emptyprog'] ;
2424
$offDyn = $Settings['platformdata'][$allData[$x]['lib_platform']]['platform_emptydyn'] ;

‎test.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
$tt = "http://github.com/schnoog/blablub";
4+
list($dump,$info) = explode("github.com",$tt);
5+
6+
echo $info . PHP_EOL;

0 commit comments

Comments
 (0)
Please sign in to comment.