WordPress phpinfo() - Version 0.1.2

Version Description

Download this release

Release Info

Developer christopherross
Plugin Icon 128x128 WordPress phpinfo()
Version 0.1.2
Comparing to
See all releases

Code changes from version 0.1.1 to 0.1.2

Files changed (3) hide show
  1. index.html +11 -0
  2. readme.txt +2 -2
  3. timu-phpinfo.php +1 -1
index.html ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <title>WordPress PHPInfo() Plugin</title>
6
+ </head>
7
+
8
+ <body>
9
+ The <a href="http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/">WordPress PHPInfo() Plugin</a> by <a href="http://www.thisismyurl.com">Christopher Ross</a>.
10
+ </body>
11
+ </html>
readme.txt CHANGED
@@ -4,8 +4,8 @@ Plugin URI: http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2805621
5
  Tags: simple, php, admin, phpinfo
6
  Requires at least: 2.0.0
7
- Tested up to: 2.7.0
8
- Stable tag: 0.1.1
9
 
10
  It's important for a non technical administrator to be able to diagnose server related problems in WordPress but also rapidly retrieve feedback regarding their web server. This simple plugin adds an option to an adminstrator's Tools menu which displays standard phpinfo() feedback details to the user.
11
 
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2805621
5
  Tags: simple, php, admin, phpinfo
6
  Requires at least: 2.0.0
7
+ Tested up to: 2.7.1
8
+ Stable tag: 0.1.2
9
 
10
  It's important for a non technical administrator to be able to diagnose server related problems in WordPress but also rapidly retrieve feedback regarding their web server. This simple plugin adds an option to an adminstrator's Tools menu which displays standard phpinfo() feedback details to the user.
11
 
timu-phpinfo.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WordPress PHP Info
4
  Plugin URI: http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/
5
  Description: This simple plugin adds an option to an adminstrator's Tools menu which displays standard phpinfo() feedback details to the user.
6
  Author: Christopher Ross
7
- Version: 0.1.1
8
  Author URI: http://www.thisismyurl.com
9
  */
10
 
4
  Plugin URI: http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/
5
  Description: This simple plugin adds an option to an adminstrator's Tools menu which displays standard phpinfo() feedback details to the user.
6
  Author: Christopher Ross
7
+ Version: 0.1.2
8
  Author URI: http://www.thisismyurl.com
9
  */
10