Changeset 45335
- Timestamp:
- 05/12/08 03:32:36 (2 months ago)
- Files:
-
- 1 modified
-
smart-ads/tags/1.2/smartads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smart-ads/tags/1.2/smartads.php
r45331 r45335 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';
