Skip to content

Commit d945c2f

Browse files
authored
Update to an unrealircd url instead of valware
1 parent cd26522 commit d945c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/class-plugin-git.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
define('DEFAULT_PLUGINS_DIR', 'https://api.valware.uk/plugins.list');
2+
define('DEFAULT_PLUGINS_DIR', 'https://webpanel-plugins.unrealircd.org/plugins.list');
33

44
class PluginRepo
55
{
@@ -147,4 +147,4 @@ public function do_list()
147147
}
148148
}
149149

150-
?>
150+
?>

0 commit comments

Comments
 (0)