Plugin Directory

Changeset 705748


Ignore:
Timestamp:
04/30/2013 03:30:31 AM (13 years ago)
Author:
3dcart
Message:

PHP header waring removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 3dcart-wp-online-store/trunk/3dcart.php

    r702652 r705748  
    395395//print_r($arrayXML);
    396396        if ($arrayXML['Verified'] == 1 || $arrayXML['head']['title'] == "Document Moved" ) {
     397                  error_reporting(0);
    397398          update_option("wp3dcart_application_registered", true);
    398399          header("Location:/wp-admin/plugins.php?page=3dcart-wp-online-store/3dcart.php");
Note: See TracChangeset for help on using the changeset viewer.