Apply some customization
This commit is contained in:
		
							parent
							
								
									791b998489
								
							
						
					
					
						commit
						3c806a5b2b
					
				
					 6 changed files with 49 additions and 29 deletions
				
			
		|  | @ -1875,7 +1875,7 @@ class Feeds extends Handler_Protected { | |||
|         $sum = 0; | ||||
| 
 | ||||
|         for ($i = 0; $i < strlen($name); $i++) { | ||||
|             $sum += ord($name{$i}); | ||||
|             $sum += ord($name[$i]); | ||||
|         } | ||||
| 
 | ||||
|         $sum %= count($colormap); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue