Changeset 45334

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

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • smart-ads/trunk/smartads.php

    r45331 r45334  
    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';