include_path='.:/usr/lib/php:/usr/local/lib/php'
1. The first directory is '.' , ie the directory where the running script (in this case, index.php) is located. So, if 'ident.php' is located in /home/usr/public_html,it will be found.
2. If you use :
include( 'includes/ident.php')...