File "index.php"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/nd-projects/addons/index.php
File size: 116 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

foreach ( glob ( plugin_dir_path( __FILE__ ) . "include/*.php" ) as $file ){
	include_once realpath($file);
}