0
1
Fork 0
This commit is contained in:
Juan Ferrer 2020-01-23 08:25:10 +01:00
parent 955dce8cbf
commit 5fa047214a
5 changed files with 7 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.96) stable; urgency=low
hedera-web (1.406.97) stable; urgency=low
* Initial Release.

1
debian/install vendored
View File

@ -1,5 +1,6 @@
apache.conf etc/hedera-web
config.php etc/hedera-web
php.ini etc/php/7.0/apache2/conf.d
web usr/share/php/vn
doc/* usr/share/doc/hedera-web
hedera-web.php usr/share/hedera-web

1
debian/postinst vendored
View File

@ -3,6 +3,7 @@
set -e
(cd /usr/share/hedera-web && npm install --production)
/usr/share/hedera-web/utils/update-browscap.sh > /dev/null
if [ -e /usr/share/apache2/apache2-maintscript-helper ]
then

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.406.96",
"version": "1.406.97",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

3
php.ini Normal file
View File

@ -0,0 +1,3 @@
[browscap]
; http://php.net/browscap
browscap = "/etc/php/lite_php_browscap.ini"