|
39 | 39 | <body class="settings"> |
40 | 40 |
|
41 | 41 | <div class="infoPane"> |
42 | | - <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">http://icecoder.net" target="_blank"><img src="proxy.php?url=https%3A%2F%2Fgithub.com%2F..%2Fimages%2Fice-coder.png" alt="ICEcoder" class="logo"></a> |
| 42 | + <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">https://icecoder.net" target="_blank"><img src="proxy.php?url=https%3A%2F%2Fgithub.com%2F..%2Fimages%2Fice-coder.png" alt="ICEcoder" class="logo"></a> |
43 | 43 |
|
44 | 44 | <h1 style="margin: 10px 0">settings</h1> |
45 | 45 |
|
|
49 | 49 | <br><br> |
50 | 50 |
|
51 | 51 | website:<br> |
52 | | - <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">http://icecoder.net" target="_blank">http://icecoder.net</a> |
| 52 | + <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">https://icecoder.net" target="_blank">https://icecoder.net</a> |
53 | 53 | <br><br> |
54 | 54 |
|
55 | 55 | git:<br> |
56 | | - <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">http://github.com/mattpass/ICEcoder" target="_blank">http://github.com/mattpass/ICEcoder</a> |
| 56 | + <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">https://github.com/mattpass/ICEcoder" target="_blank">https://github.com/mattpass/ICEcoder</a> |
57 | 57 | <br><br> |
58 | 58 |
|
59 | 59 | codemirror dir:<br> |
|
70 | 70 | <?php echo $ICEcoder['root'] == "" ? "/" : $ICEcoder['root'];?> |
71 | 71 | <br><br> |
72 | 72 |
|
73 | | - <div style="font-size: 10px; line-height: 12px">ICE coder by Matt Pass (<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">http://www.twitter.com/mattpass" style="font-size: 10px" target="_blank">@mattpass</a>)<br><br> |
| 73 | + <div style="font-size: 10px; line-height: 12px">ICE coder by Matt Pass (<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">https://www.twitter.com/mattpass" style="font-size: 10px" target="_blank">@mattpass</a>)<br><br> |
74 | 74 | Free to use it for your own purposes, commercial or not, just let me know of any cool uses or customisations. :)<br><br> |
75 | 75 | No warranty or liability accepted for anything, all responsibility of use is your own.<br><br> |
76 | 76 |
|
77 | 77 | Thanks go to the following people who have inspired me to create this or provided feedback, code or testing:<br> |
78 | 78 | <?php |
79 | 79 | $peopleArray = array("marijnjh", "maettig", "darkosvitic", "anagnam", "a_harris88", "emmetio", "prinzhorn", "jakubvrana", "vicen_herrera", "abstractba", "adarwash", "themximum"); |
80 | 80 | function makeURL(&$value) { |
81 | | - $value = '<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">http://www.twitter.com/'.$value.'" style="font-size: 10px" target="_blank">@'.$value.'</a>'; |
| 81 | + $value = '<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"x x-first x-last">https://www.twitter.com/'.$value.'" style="font-size: 10px" target="_blank">@'.$value.'</a>'; |
82 | 82 | }; |
83 | 83 | array_walk($peopleArray, "makeURL"); |
84 | 84 | echo implode(", ",$peopleArray); |
|
0 commit comments