scratch – Diff between revs 44 and 48

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 44 Rev 48
Line 34... Line 34...
34 preg_replace( 34 preg_replace(
35 '/\D/', 35 '/\D/',
36 '', 36 '',
37 hash( 37 hash(
38 'sha512', 38 'sha512',
39 $fingerprint 39 $fingerprint,
40 ) 40 )
41 ) 41 ),
-   42 $ASSET_HASH_SIZE
-   43 ).
42 ).'.html' 44 '.html'
43 ); 45 );
Line 44... Line 46...
44   46  
45 #### Build the user path. 47 #### Build the user path.
46 $userPath = join( 48 $userPath = join(