Changeset 45334
- Timestamp:
- 05/12/08 03:32:03 (2 months ago)
- Files:
-
- smart-ads/trunk/smartads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
smart-ads/trunk/smartads.php
r45331 r45334 49 49 function smartads_options_page(){ 50 50 $changefile = ABSPATH . 'wp-content/plugins/' . dirname(plugin_basename(__FILE__)) . '/yourads.php'; 51 echo $changefile; 51 52 52 if (file_exists($changefile)){ 53 53 include 'yourads.php';
