Changeset 1032

Show
Ignore:
Timestamp:
08/30/06 11:19:22 (2 years ago)
Author:
jm3
Message:

added usr-dir cleanup script, and fixed account so that it's not dumping profile images in the wrong place

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/account.php

    r927 r1032  
    7878                                        if( $_FILES['profile_image']['size '] < $max_profile_image_size ) { 
    7979 
    80                                                 $uploadDir = get_root() . "/usr/$u"
     80                                                $uploadDir = get_user_folder( $u )
    8181                                                $uploadFile = $uploadDir . "/profile." . strtolower( $ext ); 
    8282 
  • feedmelinks/bin/configure.sh

    r925 r1032  
    1111fi 
    1212 
     13# FIXME: remove this and move into setup 
    1314xsl="_config/parse-config.xsl" 
    1415xml="_config/servers.xml" 
     
    4445xsltproc --$sp server-name $s --$sp mode php $xsl $xml > $root/modules/env.inc.php 
    4546 
     47echo 4. FIXME: need to ALSO save these to a perl and/or sh-readable format for the maintenance scripts to read 
     48echo 5. FIXME: need to ALSO build the crontab with the right paths 
     49 
    4650exit 0 
    4751