Ignore:
Timestamp:
Dec 24, 2013, 6:23:13 PM (10 years ago)
Author:
mistic100
Message:

update for piwigo 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/flickr2piwigo/admin/config.php

    r24815 r26180  
    11<?php
    2 if (!defined('FLICKR_PATH')) die('Hacking attempt!');
     2defined('FLICKR_PATH') or die('Hacking attempt!');
    33
    44if (isset($_POST['save_config']))
     
    2121
    2222
    23 $template->set_filename('flickr2piwigo', dirname(__FILE__) . '/template/config.tpl');
    24 
    25 ?>
     23$template->set_filename('flickr2piwigo', realpath(FLICKR_PATH . 'admin/template/config.tpl'));
Note: See TracChangeset for help on using the changeset viewer.