Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
adapt for php7 on Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and fbergkemper committed May 2, 2016
1 parent 0b2e9c7 commit 8acdb06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -13,6 +13,6 @@ Vcs-Browser: https://github.com/bareos/bareos-webui.git

Package: bareos-webui
Architecture: all
Depends: apache2 | httpd, libapache2-mod-php5 | php5 | php5-cgi, zendframework (>= 2.2.0) | zend-framework (>= 2.2.0) | php5-zendframework2 (>= 2.2.0), ${misc:Depends}
Depends: apache2 | httpd, libapache2-mod-php | libapache2-mod-php5 | php | php-cgi, zendframework (>= 2.2.0) | zend-framework (>= 2.2.0) | php5-zendframework2 (>= 2.2.0), ${misc:Depends}
Description: Backup Archiving Recovery Open Sourced - webui
This package contains the webui.
1 change: 1 addition & 0 deletions debian/postinst
@@ -1,5 +1,6 @@
#!/bin/sh

which a2enmod && a2enmod rewrite setenv php7 2> /dev/null || true
which a2enmod && a2enmod rewrite setenv php5 2> /dev/null || true
which a2enconf && a2enconf bareos-webui || true

0 comments on commit 8acdb06

Please sign in to comment.