Go to most recent revision | Details | Last modification | View Log | RSS feed
<?php
$sqlFile = realpath( dirname( __FILE__ ) . '/attributes.sql' );
if ( file_exists( $sqlFile ) ) {
$sql = file_get_contents( $sqlFile );
}
?>