Plugin Directory

Changeset 333817


Ignore:
Timestamp:
01/17/2011 10:10:48 PM (15 years ago)
Author:
pretzlaff
Message:

ABSPATH is not defined die and post 'You are not allowed to call this page directly.'

Location:
xxternal-rss/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • xxternal-rss/trunk/changelog

    r333273 r333817  
     1
     2Version: 0.1.8.10
     3================
     4
     5    * ABSPATH is not defined die and post 'You are not allowed to call this page directly.'
    16
    27Version: 0.1.8.9
  • xxternal-rss/trunk/extrss_options_page.php

    r333273 r333817  
    11<?php
    22// mt_options_page() displays the page content for the Test Options submenu
     3if ( !defined('ABSPATH') ) { die('You are not allowed to call this page directly.'); }
    34function extrss_options_page() {
    45
  • xxternal-rss/trunk/index.php

    r333273 r333817  
    44Plugin URI: http://www.pretzlaff.info/wp/wordpress-plugins/xxternal-rss
    55Description: Include external RSS-Feed and now Google-Reader Feeds into Page/Post per simple tag. Install, config and insert simple tag into your post or site, That's all
    6 Version: 0.1.8.9
     6Version: 0.1.8.10
    77Author: Ruediger Pretzlaff
    88Author URI: http://www.pretzlaff.info
     
    1010# if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); }
    1111
    12 define('externalrssversion',  "0.1.8.9");
     12define('externalrssversion',  "0.1.8.10");
    1313define('externalrssauthor',   "Ruediger Pretzlaff");
    1414define('externalrssemail',    "ruediger@pretzlaff.info");
    1515define('externalrssurl',      "http://www.pretzlaff.info/wp/wordpress-plugins/xxternal-rss/");
    16 define('externalrssdate',     "So 16 Jan 2011 18:44:46 CET");
    17 define('externalrssbuild',    "#131");
     16define('externalrssdate',     "Mo 17 Jan 2011 23:04:26 CET");
     17define('externalrssbuild',    "#132");
     18
     19if ( !defined('ABSPATH') ) { die('You are not allowed to call this page directly.'); }
    1820
    1921require_once(ABSPATH."wp-content/plugins/xxternal-rss/view.php");
  • xxternal-rss/trunk/readme.txt

    r333273 r333817  
    55Requires at least: 2.1
    66Tested up to: 3.1
    7 Stable tag: 0.1.8.9
     7Stable tag: 0.1.8.10
    88
    99Include external RSS-Feed into your posts and pages and now to sidebar.
     
    1111== Description ==
    1212
     13* ABSPATH is not defined die and post 'You are not allowed to call this page directly.'
     14
    1315* 0.1.8.9 add languages: fr, es, it, en, de
    14 
    15 * 0.1.8.8 fixed: save language option
    16 
    17 * 0.1.8.7 read change.log
    1816
    1917
Note: See TracChangeset for help on using the changeset viewer.