Skip to content

Commit

Permalink
Add pagination on channel
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Aug 4, 2018
1 parent 65067a3 commit 281d0b4
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 198 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Expand Up @@ -137,8 +137,8 @@ Deny from all
RewriteRule ^removePlaylist/?$ objects/playlistRemove.php [NC,L]
RewriteRule ^renamePlaylist/?$ objects/playlistRename.php [NC,L]
RewriteRule ^sortPlaylist/?$ objects/playlistSort.php [NC,L]
RewriteRule ^channel/([^/]+)/?$ view/channel.php?channelName=$1 [NC,L]
RewriteRule ^channel/?$ view/channel.php [NC,L]
RewriteRule ^channel/([^/]+)/?$ view/channel.php?channelName=$1 [QSA]
RewriteRule ^channel/?$ view/channel.php [QSA]
RewriteRule ^channels/?$ view/channels.php [NC,L]

#manager videos
Expand Down

0 comments on commit 281d0b4

Please sign in to comment.