Ignore:
Timestamp:
Jan 6, 2014, 4:41:55 PM (10 years ago)
Author:
mistic100
Message:

Update for Piwigo 2.6
TODO: button on Admin Tools bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gvideo/admin.php

    r19056 r26470  
    11<?php
    2 if (!defined('GVIDEO_PATH')) die('Hacking attempt!');
     2defined('GVIDEO_PATH') or die('Hacking attempt!');
    33
    44global $template, $page, $conf;
    55
    6 if (is_string($conf['gvideo']))
    7 {
    8   $conf['gvideo'] = unserialize($conf['gvideo']);
    9 }
    10 
    116$page['tab'] = (isset($_GET['tab'])) ? $_GET['tab'] : $page['tab'] = 'add';
    12 
    137
    148if ($page['tab'] != 'photo')
     
    3428 
    3529$template->assign_var_from_handle('ADMIN_CONTENT', 'gvideo_content');
    36 
    37 ?>
Note: See TracChangeset for help on using the changeset viewer.