cat_ID) != "") {
?>
Subcategories
";
wp_list_categories('orderby=id&show_count=0&title_li=
&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "
";
?>
Posts Tagged symbolic link
June 6, 2013
Find Symlink files or folders in your cpanel server There are many symlink hacking attempt caused trouble in your server. they can create a sym link folder by using script. This is major security issues. how to find all the symbolic links under a particular directory using the “find” command. Use the below commands to […]
+