mirror of
https://gh.wpcy.net/https://github.com/Brugman/wp-cli-gui.git
synced 2026-04-26 20:12:51 +08:00
11 lines
No EOL
458 B
PHP
11 lines
No EOL
458 B
PHP
<script src="/assets/vendor/vue-2.6.12.js"></script>
|
|
<script src="/assets/vendor/vue-clipboard-0.3.1.min.js"></script>
|
|
<script src="/assets/vendor/vue-select-3.11.2.min.js"></script>
|
|
<script src="/assets/app.min.js"></script>
|
|
|
|
<?php if ( in_array( substr( $_SERVER['SERVER_ADDR'], 0, 3 ), array( '127', '192', '172', '10.' ) ) ): ?>
|
|
<script src="http://<?=$_SERVER['HTTP_HOST'];?>:35729/livereload.js"></script>
|
|
<?php endif; // Livereload ?>
|
|
|
|
</body>
|
|
</html>
|