Changeset 4279 for pmb4.2/trunk/fuentes/pmb/importa_from_abies.php
- Timestamp:
- Apr 18, 2017, 6:30:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pmb4.2/trunk/fuentes/pmb/importa_from_abies.php
r4274 r4279 102 102 $comando= "cat ". $cdu_fich ." | mysql -u ". USER_NAME ." --password=". USER_PASS ." ". DATA_BASE; 103 103 if (system($comando, $salida)==0){ 104 $cdu_fich="./lliurex/ abies_update.sql";104 $cdu_fich="./lliurex/utilidades_sql/abies_update.sql"; 105 105 $comando= "cat ". $cdu_fich ." | mysql -u ". USER_NAME ." --password=". USER_PASS ." ". DATA_BASE; 106 106 if (system($comando, $salida)==0){
Note: See TracChangeset
for help on using the changeset viewer.