Ignore:
Timestamp:
Oct 26, 2009, 11:46:57 PM (15 years ago)
Author:
vdigital
Message:

[PiwigoPress] = 1.04 =

  • Alternate pwg_get_contents (file_get_contents, fsockopen, ...)
  • cURL is coming soon
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwigopress/PiwigoPress_options.php

    r4101 r4125  
    11<?php
    2 if (defined('PHPWG_ROOT_PATH')) return; /* Avoid Automatic install under Piwigo */
    3 if (!defined('PWGP_NAME')) return; /* Avoid Direct call */
     2if (defined('PHPWG_ROOT_PATH')) return; /* Avoid direct usage under Piwigo */
     3if (!defined('PWGP_NAME')) return; /* Avoid unpredicted access */
    44
    55        // Defaults
Note: See TracChangeset for help on using the changeset viewer.