Changeset 26
- Timestamp:
- 03/06/07 15:22:42 (2 years ago)
- Files:
-
- trunk/wp-infocard/login/infocard-submit.php (modified) (3 diffs)
- trunk/wp-infocard/login/login.php (modified) (1 diff)
- trunk/wp-infocard/processing/infocard-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/login/infocard-submit.php
r20 r26 1 < DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 2 <?php 3 3 … … 28 28 // this only happens in the case of account validation. 29 29 $clickback = $_SERVER['QUERY_STRING']; 30 30 31 $netAgent = InfocardLogin::getNetAgent(); 32 $userAgent = $_SERVER['HTTP_USER_AGENT']; 31 33 32 34 InfocardUtils::printDebug("This site is under maintenance - anything is possible<br/>" … … 34 36 . "View the page source to see the object.<br/>"); 35 37 36 InfocardUtils::printDebug("Net Agent: $netAgent"); 38 InfocardUtils::printDebug("Net Agent: $netAgent<br/>\n"); 39 InfocardUtils::printDebug("User Agent: $userAgent<br/>\n"); 37 40 38 41 ?> trunk/wp-infocard/login/login.php
r20 r26 1 < DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 2 <?php 3 3 //////////////////////////////////////////////////////// trunk/wp-infocard/processing/infocard-post.php
r25 r26 9 9 include_once( dirname(__FILE__) . "/../class.infocard-basic.php"); 10 10 include_once("class.infocard-processing.php"); 11 if (version_compare($wp_version, '2.1', '>=') 11 if (version_compare($wp_version, '2.1', '>=')) 12 12 { 13 13 include_once(ABSPATH . WPINC . "/pluggable.php");
