Ignore:
Timestamp:
Feb 8, 2007, 12:16:30 AM (17 years ago)
Author:
jbarnold
Message:
removing advertisements for advancedpoll
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/bin/scripts-start

    r127 r154  
    1111echo 6. phpBB
    1212echo 7. Advanced Guest Book
    13 echo 8. Advanced Poll
    14 echo 9. PHP iCalendar
     13echo 8. PHP iCalendar
    1514echo
    16 printf "Please enter a number 1-9: "
     15printf "Please enter a number 1-8: "
    1716read num
    1817echo
     
    3433  . /mit/scripts/bin$scriptsdev/scripts-advancedbook
    3534elif [ "$num" -eq 8 ]; then
    36   . /mit/scripts/bin$scriptsdev/scripts-advancedpoll
    37 elif [ "$num" -eq 9 ]; then
    3835  . /mit/scripts/bin$scriptsdev/scripts-phpical
    3936else
    4037  echo ERROR:
    41   echo You must enter a number 1 through 9.
     38  echo You must enter a number 1 through 8.
    4239  exit 1
    4340fi
Note: See TracChangeset for help on using the changeset viewer.