Explorar el Código

Cambios en la ruta de los ficheros

Guzmán Castanedo Villalba hace 5 años
padre
commit
3071a09907
Se han modificado 5 ficheros con 1 adiciones y 1 borrados
  1. 0 0
      etc/php/php-fpm.d/www.conf
  2. 0 0
      etc/php/php.ini.debian
  3. 0 0
      etc/php/php.ini.rhel
  4. 1 1
      install
  5. 0 0
      var/www/info.php

+ 0 - 0
confs/php/php-fpm.d/www.conf → etc/php/php-fpm.d/www.conf


+ 0 - 0
confs/php/php.ini.debian → etc/php/php.ini.debian


+ 0 - 0
confs/php/php.ini.rhel → etc/php/php.ini.rhel


+ 1 - 1
install

@@ -616,7 +616,7 @@ establecerMaxUpload() {
 }
 
 instalarPHPInfo() {
-	infoFile="./confs/www/info.php"
+	infoFile="./var/www/info.php"
 	if [ ! -f $infoFile ];then
 		comprobarError 1 106
 	fi

+ 0 - 0
confs/www/info.php → var/www/info.php