Subversion Repositories computer_asset_manager_v2

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

<?php

   $sqlFile = realpath( dirname( __FILE__ ) . '/attributes.sql' );
   if ( file_exists( $sqlFile ) ) {
      $sql = file_get_contents( $sqlFile );
   }

?>