Skip to content

Commit

Permalink
SP_URL corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfieZero committed Oct 11, 2011
1 parent 62c99de commit dd21af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simply-poll.php
Expand Up @@ -13,7 +13,7 @@
define('SP_VERSION', '1.3');
define('SP_DIR', dirname(__FILE__).'/');
define('SP_FILE', __FILE__);
define('SP_URL', 'http://'.$_SERVER['HTTP_HOST'].'/wp-content/plugins/simply-poll-passport/');
define('SP_URL', 'http://'.$_SERVER['HTTP_HOST'].'/wp-content/plugins/simply-poll/');
define('SP_TABLE', $wpdb->get_blog_prefix().'sp_polls');
define('DIRECT_ACCESS', 'I don\'t think you should be here?');

Expand Down

0 comments on commit dd21af7

Please sign in to comment.