Changeset 1276 for pmb4.2/trunk/fuentes
- Timestamp:
- Apr 26, 2016, 12:12:07 PM (5 years ago)
- Location:
- pmb4.2/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pmb4.2/trunk/fuentes/debian/control
r1209 r1276 9 9 Package: pmb 10 10 Architecture: any 11 Depends: ${misc:Depends}, mysql-server, mysql-client, php5-mysql, libapache2-mod-php5, php5-gd, php5-recode, php-fpdf, php5-xsl, php5- yaz, yaz11 Depends: ${misc:Depends}, mysql-server, mysql-client, php5-mysql, libapache2-mod-php5, php5-gd, php5-recode, php-fpdf, php5-xsl, php5-curl, php5-yaz, yaz 12 12 Description: Integrated Library Management System 13 13 PMB (4.2.6) is an entirely free ILS (Integrated Library management System). -
pmb4.2/trunk/fuentes/debian/pmb.postinst
r1248 r1276 19 19 mkdir -p /etc/lliurex-tokens/ 20 20 21 if [ ! -e /etc/lliurex-tokens/pmb4. 1_phpsize ]; then21 if [ ! -e /etc/lliurex-tokens/pmb4.2_phpsize ]; then 22 22 23 23 # Setting the lliurex-token for pmb 24 24 echo " [ PMB 4.2 ] : PHP Upload size fixed to 20MB " 25 echo "PHP Size fixed to 20MB " > /etc/lliurex-tokens/pmb4. 1_phpsize26 date >> /etc/lliurex-tokens/pmb4. 1_phpsize25 echo "PHP Size fixed to 20MB " > /etc/lliurex-tokens/pmb4.2_phpsize 26 date >> /etc/lliurex-tokens/pmb4.2_phpsize 27 27 28 28 # Calling utility … … 35 35 fi 36 36 37 if [ ! -e /etc/lliurex-tokens/pmb4. 1_javascript ]; then37 if [ ! -e /etc/lliurex-tokens/pmb4.2_javascript ]; then 38 38 39 39 # Setting the lliurex-token for pmb 40 40 echo " [ PMB 4.2 ] : Disable Javascript Common " 41 echo "Disabled Javascript Common " > /etc/lliurex-tokens/pmb4. 1_javascript42 date >> /etc/lliurex-tokens/pmb4. 1_javascript41 echo "Disabled Javascript Common " > /etc/lliurex-tokens/pmb4.2_javascript 42 date >> /etc/lliurex-tokens/pmb4.2_javascript 43 43 44 44 # Calling utility 45 a2disconf javascript-common || true 46 45 #a2disconf javascript-common || true 46 47 DISCONF="/usr/local/sbin/a2disconf-lliurex" 48 ${DISCONF} javascript-common || true 47 49 else 48 50 -
pmb4.2/trunk/fuentes/pmb/tejuelo.php
r860 r1276 18 18 require_once("$include_path/notice_categories.inc.php"); 19 19 //--------------------- LLIUREX 14/03/2016----------------------- 20 require '/usr/share/php/fpdf/fpdf.php';20 //require '/usr/share/php/fpdf/fpdf.php'; 21 21 //--------------------- FIN LLIUREX 14/03/2016------------------- 22 22
Note: See TracChangeset
for help on using the changeset viewer.