Advertisement
Guest User

Untitled

a guest
Jan 11th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. RewriteRule ^account/fruitmoney(/?)+$ index.php?menu=account&sel=fruitmoney [L]
  2. RewriteRule ^account/fruitmoney/sbor(/?)+$ index.php?menu=account&sel=fruitmoney&sbor=sbor [L]
  3. RewriteRule ^account/fruitmoney/([0-9]+)(/?)+$ index.php?menu=account&sel=fruitmoney&id=$1 [L]
  4.  
  5. case "fruitmoney": include("pages/account/_fruitmoney.php"); break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement