İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php function generate_hash_link($type, $title="") {
|
||||
$hash = Hash::make($type);
|
||||
$showLink = url("mail-link?title=$title&type=$type&hash=$hash");
|
||||
return $showLink;
|
||||
} ?>
|
||||
Reference in New Issue
Block a user