Browse Source

removes bash profile

Keith Newman 10 years ago
parent
commit
f555b8666c
1 changed files with 0 additions and 7 deletions
  1. 0 7
      frameworks/PHP/clancats/bash_profile.sh

+ 0 - 7
frameworks/PHP/clancats/bash_profile.sh

@@ -1,7 +0,0 @@
-#!/bin/bash
-
-export PHP_HOME=${IROOT}/php-5.4.13
-
-export PHP_FPM=$PHP_HOME/sbin/php-fpm
-
-export PATH="$PHP_HOME/bin:$PHP_HOME/sbin:$PATH"