Changeset 45335

Show
Ignore:
Timestamp:
05/12/08 03:32:36 (2 months ago)
Author:
johnkolbert
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • smart-ads/tags/1.2/smartads.php

    r45331 r45335  
    4949function smartads_options_page(){ 
    5050$changefile = ABSPATH . 'wp-content/plugins/' . dirname(plugin_basename(__FILE__)) . '/yourads.php'; 
    51 echo $changefile; 
     51 
    5252if (file_exists($changefile)){ 
    5353  include 'yourads.php';