Update of /cvsroot/openfirst/photogallery
In directory sc8-pr-cvs1:/tmp/cvs-serv11623
Modified Files:
galleryglobals.php
Log Message:
In regards to task 79060, where I implemented file checking, I decided to make a note of how to enter file extensions.
Index: galleryglobals.php
===================================================================
RCS file: /cvsroot/openfirst/photogallery/galleryglobals.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** galleryglobals.php 5 Jun 2003 01:56:56 -0000 1.3
--- galleryglobals.php 5 Jun 2003 14:20:55 -0000 1.4
***************
*** 31,35 ****
//Declare image types allowed for uploading/previewing
! $imgtypes = "gif,jpg,jpeg,png,bmp";
// Declare maximum execution time for the galleries
--- 31,37 ----
//Declare image types allowed for uploading/previewing
! $imgtypes = "gif,jpg,peg,png,bmp"; // Note that any extensions that you have beyond
! // 4 characters must be added to this variable
! // only as the last three digits. ie. jpeg = peg
// Declare maximum execution time for the galleries
|