Comments updated

This commit is contained in:
Saqib Razzaq 2016-06-08 22:53:06 -07:00
parent 8f2db7c4b6
commit 9cc653de9b

View file

@ -1,9 +1,10 @@
<?php
/*
********************************************************************
| Copyright (c) 2007-2009 Clip-Bucket.com. All rights reserved.
| Copyright (c) 2007-2016 Clip-Bucket.com. All rights reserved.
| @ Author : ArslanHassan
| @ Software : ClipBucket , © PHPBucket.com
| @ Modified : June 9, 2016 by Saqib Razzaq
********************************************************************
*/
@ -16,10 +17,12 @@ if(file_exists(LAYOUT."/404.html")) {
assign('videos',$videos);
} else {
$data = "404_error";
if(has_access('admin_access'))
if(has_access('admin_access')) {
e(sprintf(lang("err_warning"),"404","http://docs.clip-bucket.com/?p=154"),"w");
}
e(lang($data));
}
display_it();
?>