We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b06f5 commit a553e27Copy full SHA for a553e27
bin/check-diff.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+cd `dirname $0`
4
+cd ..
5
6
+diff -urN vendor/codeigniter/framework/application application
7
+diff -u vendor/codeigniter/framework/index.php public/index.php
0 commit comments