Skip to content

Commit f0b2c07

Browse files
author
jvargas
committed
Changed x8 to xowl
1 parent 5390e68 commit f0b2c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/XowlClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ private static function init_hooks() {
4444
}
4545

4646
public static function plugin_activation() {
47-
add_option('xowl_endpoint', 'http://x8.ximdex.net/api/v1/enhance' , true );
47+
add_option('xowl_endpoint', 'http://xowl.ximdex.net/api/v1/enhance' , true );
4848
add_option('xowl_apikey', '', true);
49-
add_option('xowl_register', 'http://x8.ximdex.net/register/signup', '', true);
49+
add_option('xowl_register', 'http://xowl.ximdex.net/register/signup', '', true);
5050
}
5151

5252
public static function plugin_deactivation() {

0 commit comments

Comments
 (0)