/web/htdocs/www.euroroma.net/home/zenphoto/zp-core/version.php


1
2
3
4
5
6
<?php

define
('ZENPHOTO_VERSION''1.4.5.9');
define('ZENPHOTO_FULL_RELEASE'trim(file_get_contents(dirname(__FILE__) . '/githead')));
define('ZENPHOTO_RELEASE'substr(ZENPHOTO_FULL_RELEASE010));
?>